home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / NEXTIME.framework / Components / NTCinepakEncoder.bundle / Resources / NT.component < prev   
Encoding:
Text File  |  1995-02-11  |  408 b   |  20 lines

  1. {
  2.     NTComponentTypeName = NTCompressor;
  3.     NTComponentSubtypeName = NTCinepak;
  4.     NTVendor = "NeXT Computer, Inc.";
  5.     NTMediaType = NTVideo;
  6.     
  7.     NTConfiguration = {
  8.     NTSampleInput = {
  9.         NTFormatType = NTRaw;
  10.         NTFormatSubtype = NTRaw;
  11.     };
  12.     NTSampleOutput = {
  13.         NTFormatType = NTCompressed;
  14.         NTFormatSubtype = NTCinepak;
  15.     };
  16.     };
  17.     NTComponentPrincipalClass = NTCinepakEncoder;
  18. }
  19.  
  20.